home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / decorating_phebes_room.swf / scripts / DefineButton2_198 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  250b  |  14 lines

  1. on(release){
  2.    if(btn_desk._currentframe < btn_desk._totalframes)
  3.    {
  4.       btn_desk.nextFrame();
  5.       btn_light0.nextFrame();
  6.    }
  7.    else
  8.    {
  9.       btn_desk.gotoAndStop(1);
  10.       btn_light0.gotoAndStop(1);
  11.    }
  12.    initButtons();
  13. }
  14.